![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
GeneticMaterial.cpp This file contains the source for the genetic material classes
More...
#include "../Landscape/ls.h"
#include "../Vole/GeneticMaterial.h"
#include "../BatchALMaSS/BoostRandomGenerators.h"
Variables | |
boost::variate_generator< base_generator_type &, boost::uniform_real<> > | g_rand_uni |
double | MutationChance |
unsigned char | g_MaxAllele |
GeneticMaterial.cpp This file contains the source for the genetic material classes
by Chris J. Topping
Version of 1st Nov 2000
All rights reserved.
With additions as noted in:
Doxygen formatted comments in May 2008
unsigned char g_MaxAllele |
Referenced by Vole_Population_Manager::Init(), and GeneticMaterial256_16::Mutation_3().
|
extern |
Referenced by GeneticMaterial::Mutation_1(), GeneticMaterial1616::Mutation_1(), GeneticMaterial::Mutation_1ab(), GeneticMaterial::Mutation_2(), GeneticMaterial1616::Mutation_2(), GeneticMaterial::Mutation_3(), GeneticMaterial1616::Mutation_3(), GeneticMaterial256_16::Mutation_3(), and GeneticMaterial::Mutation_4().
double MutationChance |
Referenced by Vole_Population_Manager::Init(), GeneticMaterial::Mutation_1(), GeneticMaterial1616::Mutation_1(), GeneticMaterial::Mutation_1ab(), GeneticMaterial::Mutation_2(), GeneticMaterial1616::Mutation_2(), GeneticMaterial::Mutation_3(), GeneticMaterial1616::Mutation_3(), GeneticMaterial256_16::Mutation_3(), and GeneticMaterial::Mutation_4().